home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn-1.4-l / inn-1 / inn-1.4-linux-0.1 / site / newsfeeds < prev    next >
Text File  |  1993-08-21  |  3KB  |  64 lines

  1. ##  $Revision: 1.11 $
  2. ##  newsfeeds - determine where Usenet articles get sent
  3. ##  Format:
  4. ##    site[/exclude,exclude...]\
  5. ##        :pattern,pattern...[/distrib,distrib...]\
  6. ##        :flag,flag...\
  7. ##        :param
  8. ##  Summary of flags:
  9. ##    <size        Article must be less then size bytes.
  10. ##    Ad        Article must have Distribution header.
  11. ##    Bhigh/low    Internal buffer size before writing to output.
  12. ##    H[count]    Article must have less then count hops; default is 1.
  13. ##    Isize        Internal buffer size (if a file feed)
  14. ##    Nm        Only moderated groups that match the patterns.
  15. ##    Nu        Only unmoderated groups that match the patterns.
  16. ##    Ssize        Start spooling if more than size bytes get queued.
  17. ##    Ttype        Feed types -- f (file) m (funnel; param names the
  18. ##            real entry) p (pipe to program) c (send to stdin
  19. ##            channel of param's sub-process); x (like c, but
  20. ##            handles commands on stdin).
  21. ##    Witems        What to write -- b (article bytesize) f (full path)
  22. ##            g (first newsgroup) m (Message-ID) n (relative
  23. ##            path) s (site that fed article) t (time received)
  24. ##            * (names of funnel feed-in's or all sites that get
  25. ##            the article) N (Newsgroups header) D (Distribution
  26. ##            header) H (all headers) O (overview data) R
  27. ##            (replication data).
  28. ##  Param field depends on T flag.  For Tf, relative paths are from the
  29. ##  out.going directory.  For Tp and Tc, it is a shell command to execute.
  30. ##  If a Tm refers to this entry (which will have its own T param) then "*"
  31. ##  is expanded to all the funnel sites that triggered this one.  Useful
  32. ##  for spawning one mail process, e.g.
  33. ##
  34. ##  This file is complicated -- see newsfeeds.5!
  35.  
  36. ##  This is the local site.
  37. ##  The "pattern" field gives the intial subscription list for
  38. ##  all other sites.  You might want to put "!control,!junk,!<local>.*"
  39. ##  there.  The "distrib" subfield limits incoming articles.
  40. ME\
  41.     :!*\
  42.     ::
  43.  
  44. # UUCP feeds, batched. The articles are batched from cron by the send-uucp
  45. # command. Article path names are written to a file. There is some
  46. # buffering so that updates may be lost when the daemon terminates
  47. # unexpectedly.
  48.  
  49. # svin09 news feed
  50. # We specify first `svin09' because this is the UUCP name for my newshost so
  51. # that batches are queued for svin09. svin09.info.win.tue.nl is the name
  52. # svin09 puts in the Path: line and should also be mentioned here.
  53. # We don't send the junk newsgroup and postings with distribution `local'
  54. # to svin09.
  55. svin09/svin09.info.win.tue.nl\
  56.     :*,!junk/!local\
  57.     :Tf,Wfb:
  58.  
  59. # Overview data base. Use expireover -a to initialize it. See manpage.
  60.  
  61. @overview\
  62.     :*\
  63.     :Tc,WO:/usr/lib/news/bin/overchan
  64.